home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / hlvector.lha / hl_vector / vhjmin.lst < prev   
File List  |  1993-08-08  |  2KB  |  69 lines

  1.  
  2.  
  3.  
  4.         Verify HJMIN multidimensional minimizer
  5.  
  6.  
  7.     Rosenbroke function
  8.  
  9.  
  10.     f = 100*(x2-x1^2)^2 + (1-x1)^2
  11.  
  12.  
  13. Initial guess         b0 =      -1.2          1  
  14. Function value at it  f0 = 24.2000
  15. Initial steps         h0 =        10         10  
  16.  
  17. Minimum f value found f  = 6.97611e-11
  18.                   at  b  =         1          1  
  19. Exact min location    bm =         1          1  
  20. No. of iterations     ni = 270
  21.  
  22.  
  23.     Bocks function
  24.  
  25.  
  26.     f = [ exp(-1/10) - exp(-x1/10) + exp(-10/10) -exp(-x2/10) ]^2
  27.  
  28.  
  29. Initial guess         b0 =         0          0  
  30. Function value at it  f0 = .528941
  31. Initial steps         h0 =        10         10  
  32.  
  33. Minimum f value found f  = 0
  34.                   at  b  =        10          1  
  35. Exact min location    bm =        10          1  
  36. No. of iterations     ni = 89
  37.  
  38.  
  39.     Mile & Cuntrell function
  40.  
  41.  
  42.     f = [ exp(x1)-x2 ]^4 +100(x2-x3)^6 + atan(x3-x4)^4 + x1^8
  43.  
  44.  
  45. Initial guess         b0 =         1          2          2          2  
  46. Function value at it  f0 = 1.26618
  47. Initial steps         h0 =        10         10         10         10  
  48.  
  49. Minimum f value found f  = 4.1179e-27
  50.                   at  b  =  1.49e-08          1          1          1  
  51. Exact min location    bm =         0          1          1          1  
  52. No. of iterations     ni = 227
  53.  
  54.  
  55.     Powell function
  56.  
  57.  
  58.     f = (x1+10*x2)^2 + 5(x3-x4)^2 + (x2-2x3)^4 + 10(x1-x4)^4
  59.  
  60.  
  61. Initial guess         b0 =         3         -1          0          1  
  62. Function value at it  f0 = 215
  63. Initial steps         h0 =        10         10         10         10  
  64.  
  65. Minimum f value found f  = 0
  66.                   at  b  =         0          0          0          0  
  67. Exact min location    bm =         0          0          0          0  
  68. No. of iterations     ni = 154
  69.